Package pl. wendigo. chrome. api. tracing
Contains DevTools Protocol Tracing domain implementation accessible via TracingDomain class.
Types
BufferUsageEvent
Link copied to clipboard
data class BufferUsageEvent(percentFull: Double?, eventCount: Double?, value: Double?) : Event
Content copied to clipboard
DataCollectedEvent
Link copied to clipboard
GetCategoriesResponse
Link copied to clipboard
MemoryDumpConfig
Link copied to clipboard
MemoryDumpLevelOfDetail
Link copied to clipboard
RecordClockSyncMarkerRequest
Link copied to clipboard
RequestMemoryDumpRequest
Link copied to clipboard
data class RequestMemoryDumpRequest(deterministic: Boolean?, levelOfDetail: MemoryDumpLevelOfDetail?)
Content copied to clipboard
Represents request frame that can be used with Tracing#requestMemoryDump operation call.
RequestMemoryDumpResponse
Link copied to clipboard
StartRequest
Link copied to clipboard
data class StartRequest(categories: String?, options: String?, bufferUsageReportingInterval: Double?, transferMode: String?, streamFormat: StreamFormat?, streamCompression: StreamCompression?, traceConfig: TraceConfig?, perfettoConfig: String?)
Content copied to clipboard
Represents request frame that can be used with Tracing#start operation call.
StreamCompression
Link copied to clipboard
StreamFormat
Link copied to clipboard
TraceConfig
Link copied to clipboard
TracingCompleteEvent
Link copied to clipboard
data class TracingCompleteEvent(dataLossOccurred: Boolean, stream: StreamHandle?, traceFormat: StreamFormat?, streamCompression: StreamCompression?) : Event
Content copied to clipboard
TracingDomain
Link copied to clipboard